home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / cstshared.cst / 00018_PCprint.ls < prev    next >
Encoding:
Text File  |  2005-07-28  |  607 b   |  28 lines

  1. on PCprint_OLD printStuff
  2.   
  3.   ----- TAKEN OUT BECAUSE OF OSX ERROR -----
  4.   --  global gPrint
  5.   --  
  6.   --  gPrint (mReset)
  7.   --  gPrint (mSetMargins,72,60,72,48)
  8.   --  
  9.   --  put gPrint(mGetPageWidth) into w
  10.   --  put gPrint(mGetPageheight) into h
  11.   --  
  12.   --  -- the body pages
  13.   --  gPrint (mSetTextJust,"left")
  14.   --  
  15.   --  
  16.   --  -- template for page 2 through whatever
  17.   --  gPrint (mNewPage)
  18.   --  gPrint (mTextBox,0,30,w,h-24,true)
  19.   --  
  20.   --  
  21.   --  gPrint (mSetGray,100)
  22.   --  
  23.   --  gPrint (mSetTextStyle,"normal")
  24.   --  gPrint (mSetTextSize,10)
  25.   --  gPrint (mAppendText,printStuff,true)
  26.   
  27. end
  28.